Add GdkPixbuf, GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 18 Oct 2001 20:16:53 +0000 (20:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 18 Oct 2001 20:16:53 +0000 (20:16 +0000)
        * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf,
        GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590

        * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
        GtkTreeView in example. (#62200)

docs/reference/ChangeLog
docs/reference/gdk-pixbuf/gdk-pixbuf.types
docs/reference/gtk/tmpl/gtkscrolledwindow.sgml

index 98c492c516b6e0fde4a138cd9eca2c6df2cf3448..c0566641a44ff17dd3dddfeb335a82ac292d8fbe 100644 (file)
@@ -1,3 +1,11 @@
+2001-10-18  Matthias Clasen   <matthiasc@poet.de>
+
+       * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf, 
+       GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590)
+
+       * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
+       GtkTreeView in example. (#62200)
+
 2001-10-17  Matthias Clasen   <matthiasc@poet.de>
 
        * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkclipboard.sgml,
index 6c87dc45c27259029b5265ee0400801870633218..1fb2a560a6336b3b5b2f16ef641bf83192250c8e 100644 (file)
@@ -1,4 +1,7 @@
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gdk-pixbuf/gdk-pixbuf-loader.h>
 
+gdk_pixbuf_get_type
 gdk_pixbuf_loader_get_type
+gdk_pixbuf_animation_get_type
+gdk_pixbuf_animation_iter_get_type
index 85bd8a5e11cfa03ba4171ecf6403efec94f47bde..f7093de2cd000a6f0b0f505378428dafa0f07232 100644 (file)
@@ -80,7 +80,7 @@ only be accessed using the functions below.
 Creates a new scrolled window. The two arguments are the scrolled
 window's adjustments; these will be shared with the scrollbars and the
 child widget to keep the bars in sync with the child. Usually you want
-to pass NULL for the adjustments, which will cause the scrolled window
+to pass %NULL for the adjustments, which will cause the scrolled window
 to create them for you.
 </para>
 
@@ -140,9 +140,9 @@ gtk_container_add() instead of this function.
 The viewport scrolls the child by moving its #GdkWindow, and takes the
 size of the child to be the size of its toplevel #GdkWindow. This will
 be very wrong for most widgets that support native scrolling; for
-example, if you add a #GtkCList with a viewport, the whole widget will
-scroll, including the column headings. Thus #GtkCList supports
-scrolling already, and should not be used with the #GtkViewport proxy.
+example, if you add a widget such as #GtkTreeView with a viewport, the 
+whole widget will scroll, including the column headings. Thus, widgets
+with native scrolling support should not be used with the #GtkViewport proxy.
 </para>
 
 <para>
@@ -192,8 +192,6 @@ Sets the #GtkAdjustment for the vertical scrollbar.
 </para>
 
 @scrolled_window: A #GtkScrolledWindow.
-@hadjustment: 
-<!-- # Unused Parameters # -->
 @vadjustment: Vertical scroll adjustment.
 
 
@@ -214,8 +212,6 @@ Sets the #GtkAdjustment for the vertical scrollbar.
 @scrolled_window: 
 @hscrollbar_policy: 
 @vscrollbar_policy: 
-<!-- # Unused Parameters # -->
-@vscrollvar_policy: 
 
 
 <!-- ##### FUNCTION gtk_scrolled_window_get_shadow_type ##### -->